home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 41 / Practical Internet Issue 41 / Practical Internet Issue 41.bin / pc / Software / links / Essen / Menu.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2000-04-06  |  309 b   |  14 lines

  1. on(press){
  2.    if(fish != "11")
  3.    {
  4.       while(count < "15")
  5.       {
  6.          set("field" add count,eval("soft" add (count + fish)));
  7.          set("field" add count add "url",eval("soft" add (count + fish) add "url"));
  8.          count += "1";
  9.       }
  10.       count = "1";
  11.       fish += "1";
  12.    }
  13. }
  14.